public abstract class AbstractCxfClient<SEI> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCxfClient(Class<SEI> serviceInterfaceClass,
String url,
ApplicationConfig conf) |
| Modifier and Type | Method and Description |
|---|---|
protected SEI |
getClient() |
protected abstract List<org.apache.cxf.feature.Feature> |
getFeatures() |
protected abstract List<Handler> |
getHandlers() |
protected void |
setRemoteOperation(String name)
Imposta l'operazione remota per il systemlog
|
protected AbstractCxfClient(@NonNull
Class<SEI> serviceInterfaceClass,
String url,
ApplicationConfig conf)
protected abstract List<org.apache.cxf.feature.Feature> getFeatures()
protected void setRemoteOperation(String name)
name - Il nome del metodo che si sta chiamando sul servizio remotoprotected SEI getClient()
Copyright © 2024. All rights reserved.